home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / kubuntu-default-settings / hal-policy-ntfs-config-write-policy.fdi < prev    next >
Extensible Markup Language  |  2008-10-16  |  636b  |  19 lines

  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
  2.  
  3. <deviceinfo version="0.2">
  4.  
  5. <!-- file created by ntfs-config -->
  6. <!-- mount ntfs volume with the ntfs-3g driver to enable write support -->
  7.  
  8.     <device>
  9.         <match key="volume.fstype" string="ntfs">
  10.             <match key="@block.storage_device:storage.hotpluggable" bool="true">
  11.                 <merge key="volume.fstype" type="string">ntfs-3g</merge>
  12.                 <merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
  13.                 <append key="volume.mount.valid_options" type="strlist">locale=</append>
  14.             </match>
  15.         </match>
  16.     </device>
  17.  
  18. </deviceinfo>
  19.